json
type json
A JSON (JavaScript Object Notation) datatype.
JSON values are created from text and support conversion to GTV via gtv.from_json()
. They can be stored in the database as an entity attribute.
JSON values in Rell are represented internally with text, which has been validated as legal JSON.
Since
0.6.0